Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add github actions for prebuilding #459

Merged
merged 6 commits into from
Apr 24, 2021
Merged

chore: add github actions for prebuilding #459

merged 6 commits into from
Apr 24, 2021

Conversation

aminya
Copy link
Member

@aminya aminya commented Apr 23, 2021

No description provided.

@aminya aminya marked this pull request as ready for review April 24, 2021 17:03
Copy link
Member Author

@aminya aminya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On windows x86, libzmq is built by x64 instead for some reason

script/build.sh Outdated
Comment on lines 16 to 20
# Handle x86 or x64 build
if [ -z "${ARCH}" ]; then
ARCH="x64"
fi
BUILD_OPTIONS="-DCMAKE_GENERATOR_PLATFORM=${ARCH} ${BUILD_OPTIONS}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't seem to be enough

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant